|
The Java API for XML Messaging (JAXM) enables distributed software applications to communicate using XML (and SOAP). JAXM supports both asynchronous and synchronous messaging. JAXM is a replacement for SOAP with Attachments API for Java JAXM is one of the Java XML programming APIs ==Overview== The Java API for XML Messaging (JAXM) enables developers to use (XML messaging ) using the Java platform. Developers can create and send XML messages over the internet using the JAXM API.〔http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html〕 Also, Java API for XML Messaging has several advantages over Remote Procedure Call such as the following: *One-way (asynchronous) messaging *Routing of a message to more than one party *Reliable messaging with features such as guaranteed delivery The complete JAXM API comes with two packages:〔http://www.inf.fu-berlin.de/lehre/SS03/19560-P/Docs/JWSDP/tutorial/doc/JAXM.html〕 *(javax.xml.soap: ) This package contains the API for creating and populating a SOAP message. *(javax.xml.messaging: ) This package allows one to send one-way messages via a messaging provider. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Java API for XML Messaging」の詳細全文を読む スポンサード リンク
|